home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 28 / Mac Magazin and MacEasy Magazine CD - Issue 28.iso / Online / Analog 1.92b ƒ / analog.cfg < prev    next >
Text File  |  1996-10-08  |  5KB  |  166 lines

  1. # Analog.cfg - Configuration file for Analog
  2. #
  3. # See http://www.statslab.cam.ac.uk/~sret1/analog/
  4. # or http://summary.net/soft/analog.html
  5. # for more information.
  6. #
  7. LOGFILE WebStar.log
  8. #CACHEFILE cache.out
  9. #
  10. OUTPUT HTML
  11. # could be ASCII, HTML, or CACHE
  12. OUTFILE Report.html
  13. #
  14. NUMLOOKUP OFF
  15. # This controls domain name lookups. It will typicaly slow Analog
  16. # down quite dramaticaly while lookups are done!
  17. #
  18. REPORTORDER mWdDhHoSitrfbBce
  19. # A string like "mWdDhHoSitrfbBce" giving the order in which the reports will
  20. #   be output. You should make sure to include each of the above letters exactly
  21. #   once or you will not get some report even if you specifically request it
  22. #   later, or you may get some report twice. The letters mean
  23. #   m = monthly report   W = weekly report    d = daily summary
  24. #   D = daily report     h = hourly summary   H = hourly report
  25. #   o = domain report    S = host report      i = directory report
  26. #   r = request report   f = referer report   b = browser summary
  27. #   B = browser report   e = error report     c = status code report 
  28. #   t = filetype report
  29. #
  30. # whether we want each of the reports by default 
  31. GENERAL ON        # General statistics and GoTo's 
  32. MONTHLY ON        # Monthly report 
  33. DAILY ON        # Daily summary 
  34. FULLDAILY OFF    # Daily report 
  35. # One line for each day. Think about the poor people loading your page from
  36. #   the other side of the world before turning this on by default. 
  37. WEEKLY OFF        # Weekly report 
  38. HOURLY ON        # Hourly summary 
  39. FULLHOURLY OFF    # Hourly report 
  40. # One line for each hour ever. You really don't want this on by default. 
  41. DOMAIN ON        # Domain report 
  42. # Not called DOMAIN because clashes with math.h 
  43. DIRECTORY ON    # Directory report 
  44. FILETYPE ON     # File type report
  45. REQUEST ON        # Request report 
  46. FULLHOSTS OFF    # Host report 
  47. # Full hostname report. Typically very long output and slow to produce
  48. #   on a full logfile, unless MINHOSTREQS or BYTES is high as applicable 
  49. REFERRER ON        # Referer report 
  50. BROWSER ON        # Browser summary 
  51. FULLBROWSER OFF    # Browser report 
  52. STATUS OFF        # Status code report 
  53. ERROR OFF       # Error report
  54. #
  55. DOMCOLS PpRrBb
  56. # Which columns we want to appear in the domain report, and in which order.
  57. #   The string can contain any of the following four letters:
  58. #   R   Number of requests from each domain
  59. #   r   Percentage of the requests from each domain
  60. #   P   Number of requests for pages from each domain
  61. #   p   Percentage of the requests for pages from each domain
  62. #   B   Total number of bytes transferred to each domain
  63. #   b   The percentage of traffic to each domain 
  64. # And the same for the other reports 
  65. HOSTCOLS PpRrBb
  66. DIRCOLS PpRrBb
  67. TYPECOLS RrBb
  68. REQCOLS RrBb
  69. MONTHCOLS PRB
  70. DAYCOLS PRB
  71. FULLDAYCOLS PRB
  72. WEEKCOLS PRB
  73. HOURCOLS PRB
  74. FULLHOURCOLS PRB
  75. REFCOLS Rr
  76. BROWCOLS PpRrBb
  77. FULLBROWCOLS PpRrBb
  78. #
  79. # Should the time graphs be calculated by requests R, bytes B or pages 'P'? 
  80. MONTHGRAPH P
  81. DAYGRAPH P
  82. FULLDAYGRAPH P
  83. HOURGRAPH P
  84. FULLHOURGRAPH P
  85. WEEKGRAPH P
  86. #
  87. # Should they go forwards (oldest entries at top) or backwards?
  88. #   (NB You can mix them, but probably don't want to) 
  89. MONTHLYBACK OFF
  90. FULLDAILYBACK OFF
  91. FULLHOURLYBACK OFF
  92. WEEKLYBACK OFF
  93. #
  94. # The maximum number of rows in each (0 for "show all time") 
  95. MONTHROWS        0
  96. WEEKROWS        0
  97. FULLDAYROWS        65
  98. FULLHOURROWS    72
  99. #
  100. GRAPHICAL ON
  101. # whether the graphs should use proper graphics or just ASCII art. ON will
  102. #   make it prettier but will make the output longer and harder to download 
  103. #
  104. REQMINREQS 10
  105. # the min. no. of requests a URL should have before appearing on the
  106. #   request report. Setting this to about 10 clears out a lot of junk.
  107. #   You can also use e.g. 0.1% for any file with 0.1% of the requests.
  108. #   And setting it to a negative number gives a top n report. 
  109. #
  110. REQMINBYTES 0.01%
  111. # if we are sorting by bytes, use this instead. You can use
  112. #   1000234 for 1000234 bytes
  113. #   100k    for 100 kilobytes  (and 100M etc. similarly)
  114. #   0.01%   for any file with 0.01% of the bytes
  115. #   -50     for the 50 files with the most bytes  
  116. #
  117. REQMINPAGES 10
  118. #
  119. # now the same for directory, domain and hostname reports. 
  120. DIRMINREQS 10
  121. DIRMINPAGES 10
  122. DIRMINBYTES 0.01%
  123. TYPEMINREQS 10
  124. TYPEMINPAGES 10
  125. TYPEMINBYTES 0.1%
  126. DOMMINREQS 1
  127. DOMMINPAGES 1
  128. DOMMINBYTES 0
  129. HOSTMINREQS 100
  130. # Set the HOST ones quite high if you want it to finish in reasonable time 
  131. HOSTMINPAGES 100
  132. HOSTMINBYTES 0.01%
  133. REFMINREQS 20
  134. REFMINPAGES 20
  135. REFMINBYTES 0.01%
  136. BROWMINREQS -20
  137. BROWMINPAGES -20
  138. BROWMINBYTES -20
  139. FULLBROWMINREQS -100
  140. FULLBROWMINPAGES -100
  141. FULLBROWMINBYTES -100
  142. # And the same for subdomains you have specified. These can't be negative. 
  143. SUBDOMMINREQS 1000
  144. SUBDOMMINPAGES 300
  145. SUBDOMMINBYTES 0.5%
  146. # And the min number of occurences before an error gets on the error report 
  147. ERRMINOCCS 1
  148. #
  149. # how should the various reports be sorted? Legal values ar REQUESTS,
  150. #   BYTES, PAGES, ALPHABETICAL, and RANDOM (unsorted)
  151. REQSORTBY        REQUESTS
  152. DOMSORTBY        BYTES
  153. DIRSORTBY        BYTES
  154. TYPESORTBY        BYTES
  155. HOSTSORTBY        ALPHABETICAL
  156. REFSORTBY        REQUESTS
  157. BROWSORTBY        REQUESTS
  158. FULLBROWSORTBY    REQUESTS
  159. #
  160. WEEKBEGINSON SUNDAY
  161. # The 1st day of the week. I think it's SUNDAY, but you can choose any day. 
  162. #
  163. SEPCHAR ,
  164. #
  165. # END
  166.